runtime.gQueue.empty (method)

8 uses

	runtime (current package)
		mgcmark.go#L652: 	if work.assistQueue.q.empty() {
		mgcmark.go#L665: 	for !work.assistQueue.q.empty() && scanBytes > 0 {
		proc.go#L3092: 	for n = 0; n < npidle && !q.empty(); n++ {
		proc.go#L3104: 	if !q.empty() {
		proc.go#L5761: 	for !q.empty() && t-h < uint32(len(pp.runq)) {
		proc.go#L5780: 	if !q.empty() {
		proc.go#L5939: func (q *gQueue) empty() bool {
		proc.go#L6017: 	if !q.empty() {